Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable ability to have numbers in English checker #174

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

bee-san
Copy link
Owner

@bee-san bee-san commented Dec 27, 2022

This PR:

  • Edits cleaning script to remove numbers from wordlist
  • Updates wordlist
  • Updates English checker to not support digits

This PR:
* Edits cleaning script to remove numbers from wordlist
* Updates wordlist
* Updates English checker to not support digits
@@ -12,10 +12,13 @@
f = open(file_name)
f2 = open("modified.txt", "w")
for line in f:
line = line.strip()
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All of our words when opened in file mode had spaces in them, this messed up my analysis of them which led to some single chars (a) being included because their length was actually > 2 due to having multiple spaces

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants